func github.com/jackc/pgx/v5/pgtype.parseNumericString
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L141: num, exp, err := parseNumericString(src)
numeric.go#L175: func parseNumericString(str string) (n *big.Int, exp int32, err error) {
numeric.go#L374: num, exp, err := parseNumericString(strconv.FormatFloat(n.Float64, 'f', -1, 64))
numeric.go#L802: num, exp, err := parseNumericString(string(src))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)